home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / math stackSusie / background_3485.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  66 lines

  1. -- background: 3485 from stack: in
  2. -- bmap block id: 4298
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=340 top=296 right=320 bottom=379
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29484 / 29484
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect barn door open
  23.   go to next card
  24.  
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=310 top=297 right=319 bottom=341
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 3835 / 3835
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: New Button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   go to previous card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 8003
  51. -- rect: left=402 top=296 right=318 bottom=502
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: QUIZ
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   go to card id 3904
  63. end mouseUp
  64.  
  65.  
  66.